home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Assassins - Ultimate CD Games Collection 4
/
Assassins 4 (1999)(Weird Science).iso
/
extra_memory_needed2
/
numberx
/
assign_numberx
next >
Wrap
AmigaDOS Script File
|
1978-09-18
|
581b
|
31 lines
.key DUMMY
.bra {
.ket }
Failat 21
IF exists ENV:NumberX_Assigns
Echo ""
Echo "removing all system assigns to NumberX..."
Assign NumberX: ASSASSINSCD4:EXTRA_MEMORY_NEEDED/NumberX Remove
Wait 1
Echo ""
Echo "All done... NumberX assigns have now been removed!"
Wait 2
Delete >NIL: ENV:NumberX_Assigns
ELSE
SetENV NumberX_Assigns Yes!
Echo ""
Echo "assigning NumberX to your system..."
Assign NumberX: ASSASSINSCD4:/EXTRA_MEMORY_NEEDED/NumberX Add
Wait 1
Echo ""
Echo "All done... You can now double click on the NumberX.exe icon!"
Wait 2
ENDIF